home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / sox / com / commerceone / CBL / n1_0 / Attachment.mod < prev    next >
Encoding:
Extensible Markup Language  |  2000-07-03  |  1.8 KB  |  55 lines  |  [STrk/SCPL]

  1. <?xml version="1.0"?>
  2. <!DOCTYPE schema SYSTEM "urn:x-commerceone:document:com:commerceone:xdk:xml:schema.dtd$1.0">
  3.  
  4. <schema uri="urn:x-commerceone:document:com:commerceone:CBL:CBL.sox$1.0" >
  5.  
  6. <intro>
  7. <p>Copyright Notice</p>
  8. <p>Common Business Library 2.0<br/>
  9. Copyright 1999 Commerce One, Inc.</p>
  10. <p>Permission is granted to use, copy, modify and distribute the DTD's, schemas
  11. and modules in the Commerce One Common Business Library Version 2.0 subject to the terms
  12. and conditions specified at http://www.marketsite.net/xml/cbl/copyright.html</p> 
  13. </intro>
  14.  
  15.     <!-- 
  16.         Occasionally some attachments needed to be transported between
  17.         two trading partners, such as Design for a special ordered item,
  18.         etc. 
  19.      -->
  20.     
  21.     <elementtype name="Attachment">
  22.         <model>
  23.             <sequence>
  24.                 <!--  the purpose or type of the attachment,
  25.                      e.g.: BluePrint, Schema, Design, etc.  
  26.                      Recommended length: AlphaNum70  -->
  27.                 <element type="string" name="Purpose" />
  28.                 
  29.                 <!--  the suggested storage file name 
  30.                      e.g.: Pleasantdome.doc 
  31.                      Recommended length: AlphaNum70  -->
  32.                 <element type="string" name="FileName" occurs="?" />
  33.                 
  34.                 <!--  Title of the attachment,
  35.                      e.g.: Pleasantdome Blue Print 
  36.                      Recommended length: AlphaNum70  -->
  37.                 <element type="string" name="Title" occurs="?" />
  38.             
  39.                 <!--  Language of the Purpose and Title  -->
  40.                 <element type="LangCode" name="Language" occurs="?" />
  41.             
  42.             </sequence>
  43.         </model>
  44.         <attdef datatype="URI" name="Attachment"><required/></attdef>
  45.     </elementtype>
  46.  
  47.     <!-- A container for a list of one or more Attachments  -->
  48.     <elementtype name="ListOfAttachment">
  49.         <model>
  50.             <element type="Attachment" occurs="+" />
  51.         </model>
  52.     </elementtype>
  53.  
  54. </schema>
  55.